home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / doc / www-talk.archive.Z / www-talk.archive / text0406.txt < prev    next >
Encoding:
Text File  |  1992-11-30  |  1.7 KB  |  48 lines

  1.  
  2. >  Date: Sat, 21 Nov 92 17:32:08 est
  3. >  From: jim@wilbur.njit.edu (Jim Whitescarver)
  4.  
  5. >  Much of our hypertext, including the manual
  6. >  pages, will not be formatted properly unless you use one of our readers,
  7. >  or another reader modifies to support <PRE>.
  8. >  
  9.  
  10. >  The preformatted tag, PRE, unlike <PLAINTEXT>, allows anchors etc. to be 
  11.  
  12. >  inserted in text that is already formatted.  It greatly simplifies the
  13. >  task of importing text from independant applications will anchors
  14. >  everywhere you want them.  In addition, we have a set of macros for
  15. >  MS-word which allow editing HTML in WYSIWYG fashion, but this also
  16. >  requires support of the preformatted tag in HTML.
  17. >  
  18.  
  19. >  Al Leurck (al@eies2.njit.edu) developed the PRE tag and MS-word macros
  20. >  here in the ScreenMode interface and we are adding it to the tkWWW X
  21. >  interface.
  22.  
  23. The <PRE> tag is important, and much better SGML than the XMP tag.
  24. I suggest that editors (including the NeXTStep editor, which I propose
  25. to fix) which read <XMP> should save <PRE>.  I have only one
  26. misgiving abou the format as is, and that is that newlines are
  27. significant.
  28.  
  29. When you allow anchors and other tags to be put into the text, the
  30. lines can become very long, and most applications will want to keep them
  31. limited for mailing, viewing, etc.  As the PRE files you have
  32. currently include <P> tags for blank lines, why not put a <p>
  33. at the end of every line? This would make the processing of <PRE>
  34. almost identical to the default text processing, except for the font.
  35.  
  36. I also wonder whether FIXED might be more apt than PRE.
  37.  
  38. If we can agree on this element we could rush it into Dan's DTD for MIME
  39. and fix all outstanding browers?
  40.  
  41. Any comments?
  42.  
  43.     Tim BL
  44.  
  45.  
  46.     
  47.  
  48.